IntentUtils

open class IntentUtils

Functions

Link copied to clipboard
open fun getCameraIntent(@NonNull context: Context, @NonNull uri: Uri): Intent
Link copied to clipboard
open fun getFileChooserIntent(): Intent
Link copied to clipboard
open fun getFileViewerIntent(@NonNull uri: Uri, @NonNull mimeType: String): Intent
Link copied to clipboard
open fun getGalleryIntent(): Intent
Link copied to clipboard
open fun getImageGalleryIntent(): Intent
Link copied to clipboard
open fun getVideoCaptureIntent(@NonNull context: Context, @NonNull uri: Uri): Intent
Link copied to clipboard
open fun getVideoGalleryIntent(): Intent
Link copied to clipboard
open fun getWebViewerIntent(@NonNull url: String): Intent
Link copied to clipboard
open fun hasIntent(@NonNull context: Context, @NonNull intent: Intent): Boolean